home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1989 / May 89 / U0018-Specializing field -May89 < prev    next >
Encoding:
Text File  |  1991-03-06  |  459 b   |  19 lines  |  [TEXT/GEOL]

  1. Item    5747916                         6-May-89        09:43
  2.  
  3. From:   D0619                           Palomar Software, Joel West, PRT
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Specializing field names
  8.  
  9. I agree this is very useful, and I do it all the time.
  10. However, the only way I know how to do this is in C
  11. (or C++)
  12.  
  13. #define fSpecializedField  fGeneralField
  14.  
  15. If Pascal had a macro pre-processor, you’d be in like Flint.
  16.  
  17. Joel
  18.  
  19.